Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes issues introduced in PR#2795 #3384

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Conversation

self-maurya
Copy link
Collaborator

No description provided.

@self-maurya self-maurya requested review from a team as code owners August 19, 2024 17:16
@OpenConfigBot
Copy link

Pull Request Functional Test Report for #3384 / 7ff8639

Virtual Devices

Device Test Test Documentation Job Raw Log
Arista cEOS status
TE-3.7: Base Hierarchical NHG Update
df72f001 Log
Cisco 8000E status
TE-3.7: Base Hierarchical NHG Update
1bbe49f0 Log
Cisco XRd status
TE-3.7: Base Hierarchical NHG Update
fd12ce77 Log
Juniper ncPTX status
TE-3.7: Base Hierarchical NHG Update
b2238a22 Log
Nokia SR Linux status
TE-3.7: Base Hierarchical NHG Update
16254b06 Log
Openconfig Lemming status
TE-3.7: Base Hierarchical NHG Update
80422399 Log

Hardware Devices

Device Test Test Documentation Raw Log
Arista 7808 status
TE-3.7: Base Hierarchical NHG Update
Cisco 8808 status
TE-3.7: Base Hierarchical NHG Update
Juniper PTX10008 status
TE-3.7: Base Hierarchical NHG Update
Nokia 7250 IXR-10e status
TE-3.7: Base Hierarchical NHG Update

Help

@coveralls
Copy link

Pull Request Test Coverage Report for Build 10457879270

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 55.252%

Totals Coverage Status
Change from base Build 10456235042: 0.0%
Covered Lines: 1983
Relevant Lines: 3589

💛 - Coveralls

@self-maurya self-maurya merged commit 67a907f into openconfig:main Aug 20, 2024
13 checks passed
@self-maurya self-maurya deleted the bhnu branch August 20, 2024 03:49
frasieroh pushed a commit to aristanetworks/openconfig-featureprofiles that referenced this pull request Aug 20, 2024
@cprabha
Copy link
Contributor

cprabha commented Aug 20, 2024

@self-maurya pull 2795 only removes interface configuration associating with network instance but not deleting any interface configuration.

Here in this pull we are adding interface config again . but this is not required ?

@LimeHat
Copy link
Contributor

LimeHat commented Aug 20, 2024

I'd agree with @cprabha , it feels like this should be a deviation for the vendor that needs it.

cc @dplore

@self-maurya
Copy link
Collaborator Author

self-maurya commented Aug 21, 2024

@self-maurya pull 2795 only removes interface configuration associating with network instance but not deleting any interface configuration.

Here in this pull we are adding interface config again . but this is not required ?

This current setup seems to be working for Juniper as well.
And if I don't remove the vrf-1 then it works for other vendors except Juniper.

Anyways, let me discuss this internally

@cprabha
Copy link
Contributor

cprabha commented Aug 22, 2024

be working for Juniper as we

Sure, It will be helpful if this code can be moved under deviation.

@self-maurya
Copy link
Collaborator Author

be working for Juniper as we

Sure, It will be helpful if this code can be moved under deviation.

I had internal discussion with @dplore and few other folks.
As per Darren, the interfaces should be removed from the NI since the delete of the /network-instances/network-instance/ explicitly is a parent of the NI to interface mapping, so the vendor should be removing the interface configs on NI deletion.

@cprabha based on this, could you please raise a PR to introduce a deviation for Juniper.
Sample code

if !deviation {
    // reconfigure the interfaces
}

cc: @dplore

ampattan pushed a commit to nokia/featureprofiles that referenced this pull request Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants